Clean up APIs: Make async a setting instead of separate calls. Combine
authorAlexander Larsson <alexl@redhat.com>
Wed, 7 Jun 2006 15:09:03 +0000 (15:09 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Wed, 7 Jun 2006 15:09:03 +0000 (15:09 +0000)
commit9bea38595fcd9b4e9f55de3dcd5199dab930e713
tree1c5d2d561965a275c566abc8f1a083cc5cf46976
parent36f7ed300ad786fc6ba88e9c7a7d771c689af06e
Clean up APIs: Make async a setting instead of separate calls. Combine

2006-06-07  Alexander Larsson  <alexl@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.[ch]:
Clean up APIs:
Make async a setting instead of separate calls.
Combine settings like show_dialog, show_preview and pdf_target into
an action enum that you pass to gtk_print_dialog_run().

* tests/print-editor.c:
* tests/testnouiprint.c:
* tests/testprint.c:
* demos/gtk-demo/printing.c:
Update to new APIs
ChangeLog
ChangeLog.pre-2-10
demos/gtk-demo/printing.c
gtk/gtk.symbols
gtk/gtkprintoperation-private.h
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation.c
gtk/gtkprintoperation.h
tests/print-editor.c
tests/testnouiprint.c
tests/testprint.c